public class GxClientFilterNumberModel
extends GxClientFilterSimpleModel
The filter model represents the state of the number filter
Modifier and Type | Field and Description |
---|---|
BBjNumber | Filter! The value associated with the filter. |
BBjNumber | FilterTo! In case you are using range filter , then this is the second input value |
Constructor and Description |
---|
GxClientFilterNumberModel() Construct new GxClientFilterNumberModel |
GxClientFilterNumberModel(BBjNumber filter!) Construct new GxClientFilterNumberModel |
GxClientFilterNumberModel(BBjNumber filter! , BBjNumber filterTo!) Construct new GxClientFilterNumberModel |
GxClientFilterNumberModel(BBjNumber filter! , BBjString type!) Construct new GxClientFilterNumberModel |
GxClientFilterNumberModel(BBjNumber filter! , BBjNumber filterTo! , BBjString type!) Construct new GxClientFilterNumberModel |
Modifier and Type | Method and Description |
---|---|
void | clearFilter() Clear the filter |
JsonObject | getAsJsonObject() {@inheritDoc} |
BBjNumber | supportsCombinedModel() {@inheritDoc} |
public BBjNumber Filter!
The value associated with the filter.
public BBjNumber FilterTo!
In case you are using range filter , then this is the second input value
public GxClientFilterNumberModel()
Construct new GxClientFilterNumberModel
public GxClientFilterNumberModel(BBjNumber filter!)
Construct new GxClientFilterNumberModel
BBjNumber
filter! the value to use as filter GxColumnFilterNumberFilterOptions
public GxClientFilterNumberModel(BBjNumber filter! , BBjNumber filterTo!)
Construct new GxClientFilterNumberModel
BBjNumber
filter! the value to use as filterBBjNumber
filterTo! In case you are using range filter , then this is the second input value GxColumnFilterNumberFilterOptions
public GxClientFilterNumberModel(BBjNumber filter! , BBjString type!)
Construct new GxClientFilterNumberModel
BBjNumber
filter! the value to use as filterBBJString
type! the filter type GxColumnFilterNumberFilterOptions
public GxClientFilterNumberModel(BBjNumber filter! , BBjNumber filterTo! , BBjString type!)
Construct new GxClientFilterNumberModel
BBjNumber
filter! the value to use as filterBBjNumber
filterTo! In case you are using range filter , then this is the second input valueBBJString
type! the filter type GxColumnFilterNumberFilterOptions
public void clearFilter()
Clear the filter
public JsonObject getAsJsonObject()
public BBjNumber supportsCombinedModel()